home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form frmMyIcon
- Caption = "The MyIcon Program"
- ClientHeight = 4020
- ClientLeft = 1095
- ClientTop = 1485
- ClientWidth = 7365
- Height = 4425
- Icon = MYICON.FRX:0000
- Left = 1035
- LinkTopic = "Form1"
- ScaleHeight = 4020
- ScaleWidth = 7365
- Top = 1140
- Width = 7485
- Begin CommandButton cmdExit
- Caption = "E&xit"
- Height = 495
- Left = 360
- TabIndex = 1
- Top = 3360
- Width = 1215
- End
- Begin Label Label1
- Alignment = 2 'Center
- BackColor = &H00000000&
- BorderStyle = 1 'Fixed Single
- Caption = "Minimize this window to see an animated icon"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 12
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H00FFFFFF&
- Height = 615
- Left = 960
- TabIndex = 0
- Top = 480
- Width = 5535
- End
- Option Explicit
- Sub cmdExit_Click ()
- End
- End Sub
-